ItemShape Constructor (ShapeType, Boolean) |
Initializes a new instance of the ItemShape class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemShape(
ShapeType type,
bool includeMimeContent
)
Public Sub New (
type As ShapeType,
includeMimeContent As Boolean
)
Parameters
- type
- Type: Independentsoft.ExchangeShapeType
The type. - includeMimeContent
- Type: SystemBoolean
if set to true [include MIME content].
See Also